@charset "utf-8";

.container {
    height: 476px;
    overflow: hidden;
    position: relative;
    width: 100%;

}
.content {
    margin:0 auto;
    width:900px;
}
.wrapper {
	width:100%;
	height:476px;
	display:block;
	z-index:2;
    background: url("../images/bg01.jpg");
}
.wrapper2 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:426px;
	display:block;
	z-index:2;
	text-align:center;
	padding-bottom:50px;
}
.wrapper2 a {
	display:inline-block;
	padding:0px 5px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	text-decoration:none;
	margin:0px 5px;	
}
.wrapper2 .active-transition {
	background:#222;
	color:#fff;	
}
/*---------- Slider ----------- */

/*---------- Left and Right Triggers ----------- */
#slide-prev {
	position:absolute;
	width:21px;
	height:33px;
	bottom:39px;
	left:26px;
	z-index:4;

}
#slide-next {
	position:absolute;
	width:21px;
	height:33px;
	bottom:39px;
	right:26px;
	z-index:4;

}

/*---------- Shadow, just for styling ----------- */
.s-shadow-b{
	background:#000;
	width:876px;
	height:55px;
	position:absolute;
	left:42px;
	bottom:60px;
	z-index:1;
}
/*---------- Main Slider Container----------- */
#slider {
   margin: 0 auto;
	width:1000px;
	height:426px;
	position:relative;
	z-index:2;
	display:block;
    overflow: hidden;
}
/* Every slide must be hidden by default */
.slide { display:none; }

/* 
   And only the slide with "cs-activeSlide" class must be visible!
   !Reserved Class name. Required class! 
*/
.cs-activeSlide { display:block; }

/* Container with caption's text. Must be hidden */
.slide-descriptions {
	display:none;
}

/* Container with caption, must be hidden by default */
.caption {
	background: #fff;
    color: #FFFFFF;
    display: none;
    height: 280px;
    padding: 20px;
    position: absolute;
    right: 40px;
    top: 140px;
    width: 180px;
    z-index: 3;
}

/* Container with Pagination buttons */
.pagination {
    background: #fff;
    width: 100%;
	bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    font-size: 0;
    padding: 3px 0 1px;

}
.page_bg{ background: #f1f1f1;}
.slider-pagination {
	display:inline-block;
	width:247px;
	height:46px;
    padding-right: 3px;
    background: #fff url("../images/bg03.jpg") no-repeat left top;
    line-height: 46px;
    font-size: 14px;
	cursor:pointer;
	position:relative;
	z-index:2000;
}
/* This is a required class for the "Active" pagination button. ! Reserved Class Name ! */
.cs-active-pagination {
	background:url(../images/bg02.jpg) no-repeat left top;color: #fff;
}

/* Multiple SLiders */
.slider-2 {
	padding-top:0;
	margin-top:20px;
}
#slider-1, #slider-2 {
	width:900px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:2;
	display:block;
}
.cs-activeSlide-2 {
	display:block
}
.cs-active-pagination-2 {
	background:url(../images/navi.png) no-repeat left top;
}